html {
  overflow-x: hidden;
}

body {
  font-family: "PingFangSC-Light", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFangSC-Medium;
  font-size: 36px;
  color: #111111;
  letter-spacing: 0;
  line-height: 36px;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

/*header section*/
.hero_area {
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-image: url(../img/default.jpg);
  background-size: cover;
  background-position: top right;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  width: 75px;
  left: 50%;
  height: 2.5px;
  background-color: #f98169;
  bottom: 8px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-family: "PingFangSC-Light";
  font-size: 24px;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/more.png);
  background-size: 45px;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #050505;
}

.quote_btn-container a img {
  width: 15px;
  margin: 0 25px;
}

.about_section {
  padding: 125px 0;
  position: relative;
}

.about_section .detail_box {
  text-align: left;
}


.about_section .img-box img {
  width: 1000px;
  height:auto;
}

.why_section {
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/bluebg.jpg);
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.why_section .title {
  font-size: 36px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin: 8px auto;
}

.gallery_section{
  background-color: #F0F2F4;
}


.vip_section {
  width: 100%;
  min-height: 360px;
  color: #ffffff;
  position: relative;
}

.info_section {
  background-color: #252525;
  color: #ffffff;
}

.info_section h5 {
  margin-bottom: 20px;
  font-weight: normal;
}

.info_section .info_logo h5 {
  font-size: 38px;
  font-family: "PingFangSC-Light";
}

.info_links ul {
  padding-left: 15px;
}

.info_links ul .active::before {
  background-color: #e1603a;
}

.info_links ul .active a {
  color: #e1603a;
}

.info_links ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}

.info_links ul li::before {
  content: "";
  left: -15px;
  top: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info_links ul li a {
  color: #ffffff;
}

.info_insta .insta_container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_insta .insta_container img {
  width: 100%;
}

.info_insta .insta_container .insta-box {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info_insta .insta_container .b-1,
.info_insta .insta_container .b-3 {
  width: 50px;
}

.info_insta .insta_container .b-2,
.info_insta .insta_container .b-4 {
  width: 68px;
}

.info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_contact > div img {
  width: 20px;
  height: auto;
  margin-right: 12px;
}

/* footer section*/
.footer_section {
  background-color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer_section p {
  color: #ffffff;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #FFFFFF;
opacity: 0.8;
  margin: 0;
  text-align: center;
  padding: 20px 35px;
  font-size: 12px;
}

.footer_section a {
  color: #ffffff;
}